home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 October / Designer's Club 1996 October.iso / mac / Idea Source / POTTS.DIR / 00041.ls < prev    next >
Encoding:
Text File  |  1996-09-13  |  483 b   |  29 lines

  1. on startMovie
  2.   global startat
  3.   set startat to 1
  4. end
  5.  
  6. on keyDown
  7.   if the key = 1 then
  8.     set the soundLevel to 1
  9.   end if
  10.   if the key = 2 then
  11.     set the soundLevel to 2
  12.   end if
  13.   if the key = 3 then
  14.     set the soundLevel to 3
  15.   end if
  16.   if the key = 4 then
  17.     set the soundLevel to 4
  18.   end if
  19.   if the key = 5 then
  20.     set the soundLevel to 5
  21.   end if
  22.   if the key = 6 then
  23.     set the soundLevel to 6
  24.   end if
  25.   if the key = 7 then
  26.     set the soundLevel to 7
  27.   end if
  28. end
  29.